github.com/jackc/pgx/v5/pgtype.encodePlanJSONCodecEitherFormatMarshal.marshal (field)

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		json.go#L51: 			marshal: c.Marshal,
		json.go#L70: 		marshal: c.Marshal,
		json.go#L128: 	marshal func(v any) ([]byte, error)
		json.go#L132: 	jsonBytes, err := e.marshal(value)